home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / beta2fix.zip / BETA2FIX.TXT < prev   
Text File  |  1993-08-02  |  2KB  |  41 lines

  1. THIS TOOL IS NOT SUPPORTED BY MICROSOFT CORPORATION. IT IS PROVIDED "AS IS" 
  2. BECAUSE WE BELIEVE IT MAY BE USEFUL TO YOU. WE REGRET THAT MICROSOFT IS UNABLE 
  3. TO SUPPORT OR ASSIST YOU, SHOULD YOU HAVE PROBLEMS USING THIS TOOL.
  4.  
  5. Summary: 
  6.  
  7.   Beta2Fix modifies EXE and DLL files that were built for versions of Microsoft 
  8.   Windows NT before Beta 2, so that they can run with the released versions of 
  9.   Windows NT. This utility also modifies the command-line tools from Microsoft 
  10.   Visual C++ for Windows, Version 1.0, so that they will run with the released 
  11.   versions of Windows NT.
  12.  
  13. Files:
  14.  
  15.   B2FIX.EXE    - Self-extracting archive containing the following files:
  16.   BETA2FIX.EXE - Program to update files
  17.   BETA2.DLL    - Support library required by files modified by BETA2FIX.EXE
  18.   BETA2FIX.TXT - This file
  19.  
  20. Usage:
  21.  
  22.   To patch an executable file, enter BETA2FIX <filename> at the command prompt, 
  23.   where <filename> is the name of the file to patch. Wildcards are allowed in
  24.   <filename>. 
  25.   
  26.   NOTE: BETA2FIX will alter only executable files created before Beta 2; other 
  27.         files will not be touched.
  28.  
  29.   After modification, the command-line tools from Microsoft Visual C++ for 
  30.   Windows, Version 1.0 will work with Windows NT but not with Microsoft MS-DOS 
  31.   or Microsoft Windows. To undo the modifications, type BETA2FIX /U <filename>. 
  32.  
  33.   To run a program that has been patched, you must have a copy of BETA2.DLL in
  34.   your path (the SYSTEM32 directory is recommended).
  35.  
  36. Other options:
  37.  
  38.   /V gives detailed information during patching
  39.   /N suppresses the Microsoft banner
  40.   /T displays all messages but does not modify files
  41.